From c878f650ce05efa4b08ee248c2e5832731de5c29 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Jan 2020 01:22:33 -0500 Subject: [PATCH] dragksource: Small doc fix --- gtk/gtkdragsource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkdragsource.c b/gtk/gtkdragsource.c index 69a3f9da57..442976413e 100644 --- a/gtk/gtkdragsource.c +++ b/gtk/gtkdragsource.c @@ -292,7 +292,7 @@ gtk_drag_source_class_init (GtkDragSourceClass *class) * * The actions that are supported by drag operations from the source. * - * Note that you must handle the #GtkDragSource::drag-data-deleted signal + * Note that you must handle the #GtkDragSource::drag-end signal * if the actions include %GDK_ACTION_MOVE. */ properties[PROP_ACTIONS] = -- 2.30.2